home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00105_multiBillmo.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  92 b   |  9 lines

  1. on mouseUp
  2.   global gQT
  3.   if gQT = 1 then
  4.     go("CoQT")
  5.   else
  6.     go("Copy")
  7.   end if
  8. end
  9.